home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / get3270.zip / GET3270.DOC < prev    next >
Text File  |  1993-01-04  |  753b  |  35 lines

  1.  
  2.  
  3.                GET3270
  4.  
  5.  
  6. GET3270 copies the screen of a 3270 session to the standard
  7. output device.  Using redirection the screen contents can be
  8. copied to a file, printer or other device.  It has been
  9. tested with IBM's 3270 Emulation Program Entry Level and
  10. Attachmate's Extra.
  11.  
  12. Normal usage:
  13.  
  14.      GET3270 > DUMP3270.SCR
  15.  
  16. This will copy the contents of a 3270 screen to the file
  17. "DUMP3270.SCR".  Anything in the file will be overwritten.
  18. To append to an existing file (multiple screen captures) use
  19. the following syntax:
  20.  
  21.      GET3270 >> DUMP3270.SCR
  22.  
  23.  
  24.  
  25.  
  26. Notes:
  27.  
  28. The program is written in C and compiled with Borland's
  29. Turbo C 2.0.
  30.  
  31. The program is released into the public domain by the
  32. author: Glen E. Thompson.
  33.  
  34.  
  35.